home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Resources / System / fat95 / deutsch / fat95mountlist < prev    next >
Text File  |  2000-07-27  |  837b  |  42 lines

  1. /* MountList für OS1.3                        */
  2. /* MS0: fat95 PC Dateisystem für Floppy #0            */
  3. /* $VER: fat95 file system 2.6 (26.07.2000) von Torsten Jager    */
  4.  
  5. FileSystem    = l:fat95
  6. Device        = messydisk.device
  7. Unit        = 0        /* die Laufwerksnummer */
  8. Flags        = 0
  9. LowCyl        = 0
  10. HighCyl        = 79
  11. Surfaces    = 2        /* Bootblock-Werte haben Vorrang */
  12. BlocksPerTrack    = 9
  13. Buffers        = 20
  14. BufMemType    = 1
  15. BootPri        = 0
  16. Stacksize    = 2048
  17. Priority    = 5
  18. GlobVec        = -1
  19. DosType        = 0x46415400    /* ETD-Befehle erlauben */
  20. Mount        = 1        /* sofort laden */
  21. #
  22.  
  23. /* MS1: fat95 PC Dateisystem für Floppy #1 */
  24.  
  25. FileSystem    = l:fat95
  26. Device        = messydisk.device
  27. Unit        = 1
  28. Flags        = 0
  29. LowCyl        = 0
  30. HighCyl        = 79
  31. Surfaces    = 2
  32. BlocksPerTrack    = 9
  33. Buffers        = 20
  34. BufMemType    = 1
  35. BootPri        = 0
  36. Stacksize    = 2048
  37. Priority    = 5
  38. GlobVec        = -1
  39. DosType        = 0x46415400
  40. Mount        = 0        /* beim ersten Zugriff nachladen */
  41. #
  42.